diff options
| author | Factiven <[email protected]> | 2023-04-25 16:29:00 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-04-25 16:29:00 +0700 |
| commit | 9b524cd5312dc01f955046f62cd40da26160a327 (patch) | |
| tree | 9f1d172b60d482dea8268742ffce7de1f7aea9ca /pages/anime/watch/[...info].js | |
| parent | Update [...id].js (diff) | |
| parent | Merge branch 'main' into pre-production (diff) | |
| download | moopa-9b524cd5312dc01f955046f62cd40da26160a327.tar.xz moopa-9b524cd5312dc01f955046f62cd40da26160a327.zip | |
Merge pull request #1 from DevanAbinaya/pre-production
Merge branch pre-production to main
Diffstat (limited to 'pages/anime/watch/[...info].js')
| -rw-r--r-- | pages/anime/watch/[...info].js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/anime/watch/[...info].js b/pages/anime/watch/[...info].js index 058b634..0face64 100644 --- a/pages/anime/watch/[...info].js +++ b/pages/anime/watch/[...info].js @@ -253,7 +253,7 @@ export default function Info({ sessions, id, aniId, provider }) { setLoading(true); }; fetchData(); - }, [id]); + }, [id, aniId, provider, sessions]); // console.log(fallback); @@ -373,7 +373,7 @@ export default function Info({ sessions, id, aniId, provider }) { </div> </div> </Modal> */} - <SkeletonTheme baseColor="#3B3C41" highlightColor="#4D4E52"> + <SkeletonTheme baseColor="#232329" highlightColor="#2a2a32"> <div className="bg-primary"> <Navigasi /> <div className="min-h-screen mt-3 md:mt-0 flex flex-col lg:gap-0 gap-5 lg:flex-row lg:py-10 lg:px-10 justify-start w-screen"> |